Skip to content

Chore(deps): Bump comtypes from 1.1.14 to 1.4.4#10

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/comtypes-1.4.4
Closed

Chore(deps): Bump comtypes from 1.1.14 to 1.4.4#10
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/comtypes-1.4.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

Bumps comtypes from 1.1.14 to 1.4.4.

Release notes

Sourced from comtypes's releases.

1.4.4

  • Stop mentioning the last version supporting Windows CE in README.md. By @​forderud.
  • Declare the minimum Python version as 3.7. By @​jaraco.
  • Move package configuration to declarative config. By @​jaraco.

1.4.3

  • Refactor test_findgendir. By @​junkmd.
  • Update test_GUID. By @​junkmd.
  • Add a feature to typeannotator that interprets the return value. By @​junkmd.
  • Update type annotations for _IUnknown_Base and IUnknown. By @​junkmd.
  • Add groupby_impltypeflags. By @​junkmd.
  • Add static typing for when a CoClass is assigned as the return value type. By @​junkmd.
  • Improve EnumerationNamespaces and CodeGenerator.enum_aliases. By @​junkmd.
  • Modernize constructor arguments and attributes of each stuff in typedesc. By @​junkmd.
  • Split codegenerator into some modules in the sub-package directory. By @​junkmd.
  • Implement record pointers as method parameters of a Dispatch Interface. By @​geppi.
  • Add npsupport to CI pipeline matrix. By @​junkmd.
  • Add "Frequently Asked Questions" to README.md. By @​junkmd.

1.4.2

  • Improve the stability of module generation by GetModule. By @​junkmd.
  • Define c_int aliases earlier than others in wrapper modules. By @​junkmd.
  • Remove trailing newlines generated by codegenerator and typeannotator. By @​junkmd.
  • Determine whether a interface is one of the known symbols not only by its name but also by using its iid. By @​junkmd.
  • Add Incomplete and Hresult to hints.pyi. By @​junkmd.

1.4.1

  • Fix TypeError when defining enumeration types. By @​junkmd

1.4.0 Supporting enumerations in friendly modules

This is the first major version supporting enumerations in friendly modules.

The names that were used as aliases for c_int within friendly modules will now be used as the names of enumeration types.

  • Add enumeration definitions in generated friendly modules. By @​junkmd.
  • Add descriptions to index.rst about the enumeration types. By @​junkmd.
  • Add GitHub Actions auto-test workflow. By @​junkmd.

1.3.1

  • Add type annotations to dynamically generated modules. By @​junkmd.
  • Bring back Excel early-bind test. By @​junkmd.
  • update README.md. By @​junkmd.

1.2.0 numpy interop breaking changes & a lot of re-factoring

This is the last major version supporting Python 2.7. Next major one 1.3.0 will be Python3 only.

  • Remove all automatic imports of numpy, and make numpy interop opt-in. By @​bennyrowland.
  • Move and redefine generating module functions for fixing cross imports. By @​junkmd.
  • Refactor creating __all__ part in codegenerator.Generator.generate_code. By @​junkmd.
  • Quit calling GetModule from tools.codegenerator. By @​junkmd.
  • Commonize module-creating functions. By @​junkmd.

... (truncated)

Changelog

Sourced from comtypes's changelog.

Release 1.4.4

  • Stop mentioning the last version supporting Windows CE in README.md. By @​forderud.
  • Declare the minimum Python version as 3.7. By @​jaraco.
  • Move package configuration to declarative config. By @​jaraco.

Release 1.4.3

  • Refactor test_findgendir. By @​junkmd.
  • Update test_GUID. By @​junkmd.
  • Add a feature to typeannotator that interprets the return value. By @​junkmd.
  • Update type annotations for _IUnknown_Base and IUnknown. By @​junkmd.
  • Add groupby_impltypeflags. By @​junkmd.
  • Add static typing for when a CoClass is assigned as the return value type. By @​junkmd.
  • Improve EnumerationNamespaces and CodeGenerator.enum_aliases. By @​junkmd.
  • Modernize constructor arguments and attributes of each stuff in typedesc. By @​junkmd.
  • Split codegenerator into some modules in the sub-package directory. By @​junkmd.
  • Implement record pointers as method parameters of a Dispatch Interface. By @​geppi.
  • Add npsupport to CI pipeline matrix. By @​junkmd.
  • Add "Frequently Asked Questions" to README.md. By @​junkmd.

Release 1.4.2

  • Improve the stability of module generation by GetModule. By @​junkmd.
  • Define c_int aliases earlier than others in wrapper modules. By @​junkmd.
  • Remove trailing newlines generated by codegenerator and typeannotator. By @​junkmd.
  • Determine whether a interface is one of the known symbols not only by its name but also by using its iid. By @​junkmd.
  • Add Incomplete and Hresult to hints.pyi. By @​junkmd.

Release 1.4.1

  • Fix TypeError when defining enumeration types. By @​junkmd.

Release 1.4.0

  • Add enumeration definitions in generated friendly modules. By @​junkmd.
  • Add descriptions to index.rst about the enumeration types. By @​junkmd.
  • Add GitHub Actions auto-test workflow. By @​junkmd.

Release 1.3.1

  • Add type annotations to dynamically generated modules. By @​junkmd.
  • Bring back Excel early-bind test. By @​junkmd.
  • update README.md. By @​junkmd.

Release 1.3.0

... (truncated)

Commits
  • 01d5879 Bump version and update change log for 1.4.4 (#558)
  • 000318a Move package configuration to declarative config (#557)
  • c8d5300 Declare the minimum Python version as 3.7. (#556)
  • 618c34c Stop mentioning the last version supporting Windows CE (#554)
  • ce0e393 Bump version and update change log for 1.4.3 (#553)
  • 601ff0f add "Frequently Asked Questions" to README.md (#545)
  • 0bb86c8 Add npsupport to CI pipeline matrix (#552)
  • 2963afd Implement record pointers as method parameters of a Dispatch Interface (#535)
  • cc071fe split helpers module in tools.codegenerator subdirectory package part 2 (...
  • 9a83390 split helpers module in tools.codegenerator subdirectory package part 1 (...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [comtypes](https://github.com/enthought/comtypes) from 1.1.14 to 1.4.4.
- [Release notes](https://github.com/enthought/comtypes/releases)
- [Changelog](https://github.com/enthought/comtypes/blob/main/CHANGES.txt)
- [Commits](enthought/comtypes@1.1.14...1.4.4)

---
updated-dependencies:
- dependency-name: comtypes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 10, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 15, 2024

Superseded by #11.

@dependabot dependabot bot closed this Jul 15, 2024
@dependabot dependabot bot deleted the dependabot/pip/comtypes-1.4.4 branch July 15, 2024 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants